projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7fd4a
)
(momentary-string-display): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:05:58 +0000
(14:05 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:05:58 +0000
(14:05 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 5f9f84eb61c9441206bff19155c8811fbc3b24ed..f3cf45144a300ca7c774f963f87b2c0b0d11d286 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1892,7
+1892,7
@@
EXIT-CHAR it is swallowed; otherwise it is then available as
input (as a command if nothing else).
Display MESSAGE (optional fourth arg) in the echo area.
If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
- (or exit-char (setq exit-char ?\
))
+ (or exit-char (setq exit-char ?\
s
))
(let ((inhibit-read-only t)
;; Don't modify the undo list at all.
(buffer-undo-list t)